Docs: Update an example to use current API
authorMatthias Clasen <mclasen@redhat.com>
Fri, 16 May 2014 12:24:37 +0000 (08:24 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 16 May 2014 12:25:20 +0000 (08:25 -0400)
gtk/gtkwindow.c

index 80e96d86a6e894b91375b538d2b04ec6e6a49c53..bc3d884673ba41f14def3805b76dad10bb580a2d 100644 (file)
@@ -11487,8 +11487,7 @@ gtk_XParseGeometry (const char   *string,
  *   gtk_init (&argc, &argv);
  *
  *   window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
- *   vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL,
- *                       FALSE, 0);
+ *   vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
  *
  *   gtk_container_add (GTK_CONTAINER (window), vbox);
  *   fill_with_content (vbox);